-
Notifications
You must be signed in to change notification settings - Fork 619
Docs up to .NET 2.17.1 / Unity 5.17.1 #6200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Merge activity
|
| new List<NebulaChatMessage> | ||
| { | ||
| new("What's the address of vitalik.eth", NebulaChatRole.User), | ||
| new("The address of vitalik.eth is 0xd8dA6BF26964aF8E437eEa5e3616511D7G3a3298", NebulaChatRole.Assistant), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Ethereum address contains an invalid character G in 0xd8dA6BF26964aF8E437eEa5e3616511D7G3a3298. The correct address for vitalik.eth is 0xd8dA6BF26964aF8E437eEa5e3616511D7A3a3298. This typo would cause the transaction to fail since Ethereum addresses must only contain hexadecimal characters (0-9, a-f).
Spotted by Graphite Reviewer
Is this helpful? React 👍 or 👎 to let us know.
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6200 +/- ##
=======================================
Coverage 56.76% 56.76%
=======================================
Files 1161 1161
Lines 64261 64261
Branches 5197 5197
=======================================
Hits 36479 36479
Misses 27053 27053
Partials 729 729
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
Closes TOOL-2991
<!--
## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes"
If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000):
## Notes for the reviewer
Anything important to call out? Be sure to also clarify these in your comments.
## How to test
Unit tests, playground, etc.
-->
<!-- start pr-codex -->
---
## PR-Codex overview
This PR introduces enhancements to the `sidebar` structure and API documentation, adds new wallet authentication options, and refines existing content for clarity. It also includes new RPC overrides and updates to the `InAppWallet` and `EcosystemWallet` functionalities.
### Detailed summary
- Added `rpcOverrides` example to `page.mdx`.
- Updated `sidebar.tsx` to include "API Reference" and "Blockchain API" sections.
- Replaced "Blockchain API" with "Nebula AI" in `sidebar.tsx`.
- Enhanced `EcosystemWallet` and `InAppWallet` functionalities with new login options.
- Clarified documentation on wallet connections and authentication methods.
- Added examples for `SiweExternal` login process.
- Updated various sections in `page.mdx` for better clarity and detail.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
7f46976 to
e50d77d
Compare
Closes TOOL-2991
PR-Codex overview
This PR introduces enhancements to the
sidebarand documentation for theEcosystemWalletandInAppWallet, adding new API references, updating existing functionalities, and improving user experience for authentication methods.Detailed summary
rpcOverridesexample inpage.mdx.sidebar.tsxto include "API Reference" and "Blockchain API".EcosystemWalletandInAppWalletdocumentation with new authentication methods.SiweExternalandBackendwallet options.